{% extends 'base.html' %}
{% block title %}Help Center — {{ site_settings.institute_name }}{% endblock %}
{% block content %}
Help Center
Find quick answers or send us a message — we’re here to help with courses, certifications, payments, and technical issues.
Common questions
Create a student account, open a course, and complete enrollment. You’ll be asked for your education background, then pay (if required) to activate access.
Apply for a program, provide your education background, pay the fee, schedule a testing center or remote exam, then sit the proctored MCQ exam.
Use Verify Certificate and enter the unique code printed on the certificate.
Yes. Logged-in users can also use
{% if user.is_authenticated %}
Support Tickets
{% else %}
Support Tickets after login
{% endif %}
for ongoing issues.